home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
big.dxr
/
00034.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
343 b
|
17 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 16 to 6
end
on mouseLeave
if rollover(10) or rollover(15) or rollover(17) or rollover(18) then
set the member of sprite 16 to 5
cursor(-1)
else
set the member of sprite 16 to 5
repeat with tt = 15 to 18
sprite(tt).visible = 0
end repeat
end if
end